std::acos

From Cppreference

Jump to: navigation, search
Defined in header <cmath>

float       acos( float arg );

double      acos( double arg );

long double acos( long double arg );

Computes arc cosine of arg

Parameters

arg - floating point value

Return value

arc sine of arg in radians in the range of [0; π] radians.

Domain error occurs if arg is outside the range [-1.0; 1.0]. ​NAN​ is returned in that case.

See also

asin
arc sine
(function)
atan
arc tangent
(function)
atan2
arc tangent, using signs to determine quadrants
(function)
cos
cosine
(function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages